@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/Vazirmatn-Regular.eot');
    src: url('/fonts/Vazirmatn-Regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Vazirmatn-Regular.woff2') format('woff2'),
         url('/fonts/Vazirmatn-Regular.woff') format('woff'),
         url('/fonts/Vazirmatn-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.category-label {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: green;
    color: white;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 0.8em;
    z-index: 1;
}

.card {
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/Vazirmatn-Bold.eot');
    src: url('/fonts/Vazirmatn-Bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Vazirmatn-Bold.woff2') format('woff2'),
         url('/fonts/Vazirmatn-Bold.woff') format('woff'),
         url('/fonts/Vazirmatn-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/Vazirmatn-Black.eot');
    src: url('/fonts/Vazirmatn-Black.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Vazirmatn-Black.woff2') format('woff2'),
         url('/fonts/Vazirmatn-Black.woff') format('woff'),
         url('/fonts/Vazirmatn-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/Vazirmatn-Medium.eot');
    src: url('/fonts/Vazirmatn-Medium.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Vazirmatn-Medium.woff2') format('woff2'),
         url('/fonts/Vazirmatn-Medium.woff') format('woff'),
         url('/fonts/Vazirmatn-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/Vazirmatn-Light.eot');
    src: url('/fonts/Vazirmatn-Light.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Vazirmatn-Light.woff2') format('woff2'),
         url('/fonts/Vazirmatn-Light.woff') format('woff'),
         url('/fonts/Vazirmatn-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/Vazirmatn-Thin.eot');
    src: url('/fonts/Vazirmatn-Thin.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Vazirmatn-Thin.woff2') format('woff2'),
         url('/fonts/Vazirmatn-Thin.woff') format('woff'),
         url('/fonts/Vazirmatn-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

body {
    background-color: #333;
    color: #fff;
}

.banner-text {
    background-color: rgba(0, 0, 0, 0.9);
    color: #eee;
}

.card {
    background-color: #444;
    color: #fff;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
}

.footer {
    background-color: #333;
    color: #000000f8;
}

.category-item span {
    color: white !important;
}

.order-summary {
    background-color: #444; /* Dark background for order summary */
    color: #fff; /* White text for order summary */
}

.order-summary .table {
    background-color: #444; /* Dark background for table inside order summary */
    color: #fff; /* White text for table inside order summary */
}


.footer-content {
    color:white;
}

.category-menu{
    background-color: #222;;
    margin-top: auto;
    padding-top: 15px;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);

}